CIEXYZ (Structures)
Last changed: -74.47.123.24

.
Summary
CIE XYZ representation of color

C# Definition:

    [StructLayout(LayoutKind.Sequential)]
    public struct CIEXYZ
    {
    public int ciexyzX;
    public int ciexyzY;
    public int ciexyzZ;
    }

VB Definition:

Structure CIEXYZ
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
CIEXYZ on MSDN